home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / languages / turbo_part1.lha / modula / ansi-c / makeC.mod < prev    next >
Encoding:
Text File  |  1994-11-09  |  167 b   |  8 lines

  1. (* This dummy module helps rebuild the files in this directory *)
  2. MODULE makeC ;
  3.  
  4. IMPORT
  5.    CType, StdLib, StdIO, Time, Math, Errno, SetJmp, String, Iob ;
  6.  
  7. END makeC.
  8.